home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / CaptionInspector.nib / data.classes next >
Text File  |  1994-12-14  |  616b  |  46 lines

  1. CaptionInspector = {
  2.     OUTLETS = {
  3.     justificationMtx;
  4.     };
  5.     SUPERCLASS = PGInspector;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. PGInspector = {
  13.     ACTIONS = {
  14.     default:;
  15.     revert:;
  16.     set:;
  17.     };
  18.     OUTLETS = {
  19.     styleTitleMatrix;
  20.     currentStyleButton;
  21.     stringTable;
  22.     window;
  23.     currentStyleTextField;
  24.     styleIconMatrix;
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. PageOneApp = {
  29.     ACTIONS = {
  30.     terminate:;
  31.     performMenuAction:;
  32.     new:;
  33.     info:;
  34.     help:;
  35.     open:;
  36.     };
  37.     OUTLETS = {
  38.     stringTable;
  39.     infoPanel;
  40.     inspector;
  41.     pagePalette;
  42.     spotColorWell;
  43.     };
  44.     SUPERCLASS = Application;
  45. };
  46.